home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m11h04.dir / 00038.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  267 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(5) then
  3.     puppetSprite(5, 1)
  4.     set the castNum of sprite 5 to cast "b071.roll"
  5.     updateStage()
  6.   else
  7.     set the castNum of sprite 5 to cast "b071"
  8.     updateStage()
  9.   end if
  10.   mainMenuRollovers()
  11.   updateStage()
  12.   go(the frame)
  13. end
  14.